home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / GAWK-2 / PC / POPEN.H < prev   
Text File  |  1992-07-19  |  134b  |  9 lines

  1. /*
  2. ** popen.h -- prototypes for pipe functions
  3. */
  4. #if !defined(FILE)
  5. #include <stdio.h>
  6. #endif
  7. extern FILE *popen( char *, char * );
  8.  
  9.